Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Bump pyobjc-core from 6.2.2 to 8.4.1#68

Closed
dependabot[bot] wants to merge 1 commit into
nightlyfrom
dependabot/pip/nightly/pyobjc-core-8.4.1
Closed

Bump pyobjc-core from 6.2.2 to 8.4.1#68
dependabot[bot] wants to merge 1 commit into
nightlyfrom
dependabot/pip/nightly/pyobjc-core-8.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2022

Bumps pyobjc-core from 6.2.2 to 8.4.1.

Release notes

Sourced from pyobjc-core's releases.

Bugfix release

This is a bug fix release.

  • #455: pip install pyobjc on a macOS 12.2 machine tried to install pyobjc-framework-ScreenCaptureKit, which is only can be installed on macOS 12.3 or later.

  • #456: Fix bad metadata for HIServices.AXIsProcessTrustedWithOptions

  • Wheels were build with Xcode 13.3 RC

    There are no changes in framework bindings relative to PyObjC 8.4 because there are no relevant API changes in Xcode 13.3 RC.

v8.4

  • The bindings for the Message and ServerNotification frameworks, which were removed in macOS 10.9, will be removed in PyObjC 9.

  • Added bindings for ScreenCaptureKit (new in macOS 12.3)

  • Updated framework bindings for the macOS 12.3 SDK.

    Based on Xcode 13.3 beta 3

  • Reverted a change in 8.3: It is once again not possible to use the "is" operator to check if two proxies for an NSString refer to the same Cocoa object.

    The change in 8.3 changed long standng behaviour for mutable strings and may have caused unintended problems.

  • #418: Added :class:typing.NewType definitions to the various framework bindings for all enum types in Cocoa (such as NSComparisonResult).

    Using this it is now possible to annotate methods returning such types, although it is not yet possible to type check this.

    For example:

    .. sourcecode:: python

    class MyObject(NSObject): def compare_(self, other: NSObject) -> NSComparisonResult: return NSOrderSame

... (truncated)

Changelog

Sourced from pyobjc-core's changelog.

Version 8.4.1

  • #455: pip install pyobjc on a macOS 12.2 machine tried to install pyobjc-framework-ScreenCaptureKit, which is only can be installed on macOS 12.3 or later.

  • #456: Fix bad metadata for HIServices.AXIsProcessTrustedWithOptions

  • Wheels were build with Xcode 13.3 RC

    There are no changes in framework bindings relative to PyObjC 8.4 because there are no relevant API changes in Xcode 13.3 RC.

Version 8.4

  • .. note::

    The bindings for the Message and ServerNotification frameworks, which were removed in macOS 10.9, will be removed in PyObjC 9.

  • Added bindings for ScreenCaptureKit (new in macOS 12.3)

  • Updated framework bindings for the macOS 12.3 SDK.

    Based on Xcode 13.3 beta 3

  • Reverted a change in 8.3: It is once again not possible to use the "is" operator to check if two proxies for an NSString refer to the same Cocoa object.

    The change in 8.3 changed long standng behaviour for mutable strings and may have caused unintended problems.

  • #418: Added :class:typing.NewType definitions to the various framework bindings for all enum types in Cocoa (such as NSComparisonResult).

    Using this it is now possible to annotate methods returning such types, although it is not yet possible to type check this.

    For example:

    .. sourcecode:: python

... (truncated)

Commits
  • 2e2c3ef Fix bad metadata for HIServices.AXIsProcessTrustedWithOptions
  • ce3ec51 Note that 8.4.1 is build using the Xcode 13.3 RC
  • 6a15ff0 Update version number to 8.4.1 for a bugfix release.
  • 4551298 Issue #455: don't install the ScreenCaptureKit bindings unless we're on 12.3 ...
  • 0afee14 PyObjC 8.4 release
  • 148ef8f Fix a number of test failures on macOS 10.13
  • 5d9adbb Fix test failures when building on a 10.13 host.
  • b1fe520 Revert change in 8.3 that ensured the "is" operator works with NSString proxies.
  • 9496160 Temporarily disable test
  • 72b47dc Workaround for CPython issue BPO-46903.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 6.2.2 to 8.4.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/v8.4.1/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v6.2.2...v8.4.1)

---
updated-dependencies:
- dependency-name: pyobjc-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2022

Superseded by #91.

@dependabot dependabot Bot closed this Apr 20, 2022
@dependabot dependabot Bot deleted the dependabot/pip/nightly/pyobjc-core-8.4.1 branch April 20, 2022 06:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants